home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / gfx_card / showgif.txt < prev    next >
Text File  |  2000-01-01  |  4KB  |  171 lines

  1. Short:    Fast GIF-viewer for the Picasso-II board
  2. Author:   rhiestan@iiic.ethz.ch
  3. Uploader: rhiestan@iiic.ethz.ch
  4. Type:     gfx/board
  5.  
  6.  
  7.  
  8.             =========================
  9.  
  10.                  ShowGIF V1.6
  11.  
  12.             =========================
  13.  
  14.  
  15.                 Sept. 11, 1994
  16.  
  17.  
  18.           Copyright (c) 1994 by Roman Hiestand
  19.  
  20.  
  21.  
  22.  
  23.  
  24. Copyright notice
  25. ----------------
  26.  
  27. The program ShowGIF and its documentation  are written and copyrighted by
  28. Roman Hiestand. They may be distributed freely providing the following
  29. restrictions are satisfied:
  30.  
  31. - Distributors may not charge more than the cost of a diskette used in
  32.   the distribution of this program.
  33.  
  34. - Distributors may only distribute the unmodified copy of the original
  35.   program, along with it's documentation, and copyright notices intact.
  36.  
  37. - Commercial  distribution  is  only  possible with written permission
  38.   from the author.
  39.  
  40.  
  41. Disclaimer
  42. ----------
  43.  
  44. This program and its documentation is provided "as is". No warranties are made
  45. with respect to the accuracy, reliability, performance or operation of this
  46. software and information. You are using this program at your own risk. The
  47. author is not liable for any damages that may have been caused by using this
  48. software.
  49.  
  50.  
  51.  
  52. Description
  53. -----------
  54.  
  55. ShowGIF is, as the name says, a GIF viewer for the Picasso-II graphics board
  56. of VillageTronic.
  57. The program can be started from CLI or Workbench with one or more file
  58. names/icons. If the program cannot load an image (because you didn't submit
  59. a filename or the file doesn't exist), a file requester pops up.
  60.  
  61.  
  62. Usage
  63. -----
  64.  
  65. From CLI: ShowGIF Image [...]
  66.  
  67.  Template: FILES/M,BUF/N,DELAY/N
  68.  
  69.  FILES/M: One or more filenames to be viewed
  70.           If no filenames are given or the files weren't GIFs, a
  71.       file-requester pops up.
  72.  BUF/N:   Specify the FileBufferSize in KB, like BUF 100
  73.  DELAY/N: Specifies the delay in seconds after showing the
  74.       picture. If none is given, the program waits for
  75.       a key or a mousebutton.
  76.       Remember: during this delay, the program can't be
  77.       stopped !
  78.  
  79.  Examples:
  80.  
  81.  ShowGIF BUF=5 SYS:Images/Globe.gif
  82.  
  83.  ShowGIF DF0:Pictures/Mercedes.gif DF0:Pictures/Family.GIF BUF 10 DELAY 5
  84.  
  85. From Workbench:
  86.  - Default Tool: Specify ShowGIF as the default tool of an image
  87.  - Multiple selection: With the shift-key pressed, select an image and
  88.    double-click on ShowGIF's icon.
  89.  
  90.  There are no arguments from the WB.
  91.  
  92.  
  93. Features
  94. --------
  95.  
  96. - fully programmed in assembler
  97. - uses a file buffer (50 KB by default)
  98. - CLI or WB start
  99. - very system-friendly
  100. - (nearly) pure
  101. - can be aborted at anytime (except during a crash ... :-) )
  102. - no 'light' background (since V1.1)
  103. - file requester (since V1.2)
  104. - FileBufSize can be specified (since V1.3)
  105. - supports entire GIF87a standard (local color maps, interlaced images,
  106.     multiple images, since V1.5)
  107. - supports partly GIF89a standard (comment/plain text extension)
  108.  
  109.  
  110. Requirements
  111. ------------
  112.  
  113. Kick 2.0 and vilintuisup.library version > 2.0.
  114.  
  115.  
  116.  
  117. Revisions
  118. ---------
  119.  
  120.     1.0    -    first public release
  121.  
  122.     1.1    -    added support for interlaced images
  123.             now fills background with darkest color
  124.  
  125.     1.2    -    file requester added
  126.  
  127.     1.3    -    now checks for Ctrl-C (requested by Markus Illenseer)
  128.             corrected a bug in GetCode
  129.             added CLI-option BUF
  130.  
  131.     1.4    -    Multiple images supported
  132.             Output window for workbench
  133.             Faster ~10 %
  134.  
  135.     1.5    -    Doesn't quit anymore if GIF-revision is >89a
  136.             Supports Local color table
  137.             Correctly processes (skips) GIF89a extension blocks
  138.             CLI-option DELAY
  139.             some small optimisations
  140.  
  141.     1.6    -    Now supports some GIF89a extensions
  142.             even faster !
  143.  
  144.     1.61    -    Oops: forgot the titlebar in the file requester
  145.  
  146.  
  147. Address
  148. -------
  149.  
  150. I can be reached at
  151.  
  152. Roman Hiestand
  153. Luziaweg 15
  154. CH-8807 Freienbach
  155. Switzerland
  156.  
  157. Fax: CH-055/48 26 37
  158.  
  159. email: rhiestan@iiic.ethz.ch
  160.  
  161.  
  162. ============================= Archive contents =============================
  163.  
  164. Original  Packed Ratio    Date     Time    Name
  165. -------- ------- ----- --------- --------  -------------
  166.     3188    2147 32.6% 12-Sep-94 22:00:06  ShowGIF
  167.     6251    3013 51.7% 17-Sep-94 18:09:24  ShowGIF.doc
  168.      826     300 63.6% 03-Jul-94 21:58:54  ShowGIF.info
  169. -------- ------- ----- --------- --------
  170.    10265    5460 46.8% 19-Sep-94 16:54:50   3 files
  171.